-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
U4X-618: UI for Sync task types #34
U4X-618: UI for Sync task types #34
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix conflicts
…hange into U4X-618-add-interface-for-sync-tasks
This has been resolved |
src/root.component.tsx
Outdated
@@ -25,7 +25,7 @@ const Root: React.FC = () => { | |||
<Routes> | |||
<Route path="/" element={<FacilityMetrics />} /> | |||
<Route path="/fhir-exchange" element={<Fhir />} /> | |||
<Route path="/sync-task-types" element={<SyncTaskTypes />} /> | |||
<Route path="/schedule-manager" element={<ScheduleManager />} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like u just removed your route to sync-task-types yet you needed to add it below schedule-manager
20240719122634.mp4
https://metsprogramme.atlassian.net/browse/U4X-618